d/rules: Make the new test executable
authorSimon McVittie <smcv@debian.org>
Thu, 26 Oct 2017 22:49:52 +0000 (23:49 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 26 Oct 2017 22:49:52 +0000 (23:49 +0100)
debian/changelog
debian/rules

index 22658f31e3ba3e4d55fe222ac55e24ebaad77497..d01005313696a5c2b4b0583c5d3fface6ed36095 100644 (file)
@@ -22,6 +22,7 @@ ostree (2017.12-2) UNRELEASED; urgency=medium
       should fix test failures on hppa.
   * d/p/2017.13/tests-Add-test-pull-bareuseronly.patch:
     Add more test coverage from upstream
+    - d/rules: Make the new test executable
 
  -- Simon McVittie <smcv@debian.org>  Mon, 16 Oct 2017 10:13:54 +0100
 
index 9e7236f3cdd313b7f351eb7c2fb350293a7b7988..60855cbc7e81cbb1fe2d9bd58fc335fca8ceee34 100755 (executable)
@@ -40,6 +40,7 @@ override_dh_auto_configure:
 
 override_dh_auto_test-arch:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+       chmod +x tests/test-pull-bareuseronly.sh
        debian/test.sh
 endif